home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 078 (1990-06)(Swedish User Group of Amiga)(SE)(PD)[WB].zip / Camelot 078 (1990-06)(Swedish User Group of Amiga)(SE)(PD)[WB].adf / TrackSalve / TrackSalve / Source / version.a < prev   
Text File  |  1990-06-17  |  2KB  |  45 lines

  1.         CSECT    __MERGED,1,,2,2
  2.         xdef    _Cr,_TSVersion
  3.  
  4. _TSVersion    dc.l    1300
  5. _Cr
  6.  dc.b 'TrackSalve 1.310 Copyright 1990 D.W.Reisig',10,0
  7.  
  8.         END
  9.  
  10. 0.005  891120 With Salvebuffer alloc error, -?? error.
  11. 0.006  891127 Userinterface finished, error messages, Salve not yet implemented.
  12. 0.007  891201 Salvage from pcopy imported. Compiles fine, not runnable.
  13. 0.008  891204 Salve routine rewritten.    Highly improved algorithm.
  14. 0.008a 891208 Salve routine rewrite in progress. 0.008 is never finished.  Works well, not very tested.
  15. 0.009  891210 Comment a little refined.     Works very well.
  16. 0.010  891212 Userinterface from dos devices to unit numbers. Bad logic.
  17. 0.011  891213 New userinterface and patch control logic.
  18. 0.012  891214
  19. 0.013  891215 ReleaseSemaphore before message print, -! option implemented.
  20. 0.014  891216 Zaterdag op de club.  Pragma's for syscalls.
  21. 0.015  891218 Further on with pragma's and  options.
  22. 0.016  891219 Stdout, perhaps a bug. Sometimes salvebuffer lost when heavy tested.
  23. 0.017  891220 Error in readroutines removed.
  24. 0.018  891222 Verify implementation.
  25. 0.019  891228 Changed Alert into Auto request.
  26. 0.020  891231 Custom request.
  27. 0.021  891231 Requester failure routines.
  28. 0.022  900101 From requester to simple window.    Uploaded for test to Waterland BBS.
  29. 0.023  900108 Other PC-catch for other processors.  Return values more specific.
  30. 0.024  900108 Sources cleaned up.
  31. 0.025  900110 New logic in main routines. Intuition proper closed.
  32. 1.000  900110 Same as 0.025.
  33. 1.010  900217 LabelSalve bugs removed. PatchTS program published as update of V 1.000
  34. 1.100  900112 Multiple reads before verify requester.
  35. 1.200  900215 LabelSalve bugs removed.
  36. 1.210  900227 Special Paul version, not further supported. WARN versus FAIL if wrong TD-version.
  37. 1.211  900228 MFM check build in, new encoding.
  38. 1.212  900303 New coding, allowing i/o in non-chip memory.
  39. 1.213  900306 Auto motor off.
  40. 1.214  900316 Auto update, better IO_ACTUAL.
  41. 1.215  900407 Another Td error removed: modify buffer protected disk!  Lower priority when salving.
  42. 1.216  900409 Blitter used for verify.    Second pc catch, chaches now the most busiest TD-task.
  43. 1.300  900410 Same as 1.216
  44. 1.310  900422 TD_RAW word compare, TD_FORMAT ditto
  45.